home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Resources
/
PaperCut Quota 6.1
/
pc-setup.exe
/
{app}
/
WebAdmin
/
includes
/
sidenav.inc
< prev
Wrap
Text File
|
2005-10-13
|
2KB
|
50 lines
<DIV class="leftNavHead"><%= GetText("MyDetails") %></DIV>
<UL class="leftNav">
<LI><A class="leftnav" href="default.asp"><%= GetText("MySummary") %></a></LI>
<% If gblnEnableTopUpCards Then %>
<LI><A class="leftnav" href="TopUpCard.asp"><%= GetText("UseTopUpCard") %></a></LI>
<% End If %>
<% If gblnShowTransferOption Then %>
<LI><A class="leftnav" href="Transfer.asp"><%= GetText("TransferFunds") %></a></LI>
<% End If %>
<% If gblnShowUserPrintLog Then %>
<LI><A class="leftnav" href="Log.asp?strMyLogs=Y"><%= GetText("MyPrintJobs") %></a></LI>
<% End If %>
<% If gblnShowUserNetLog and gblnHasNetCharging Then %>
<LI><A class="leftnav" href="NetLog.asp?strMyLogs=Y"><%= GetText("MyNetUsage") %></a></LI>
<% End If %>
<% If gblnShowUserTransactionLog Then %>
<LI><A class="leftnav" href="TransLog.asp?strMyLogs=Y"><%= GetText("MyTransactions") %></a></LI>
<% End If %>
<% If gblnShowChargeRates Then %>
<LI><A class="leftnav" href="ChargeRates.asp"><%= GetText("ChargeRates") %></a></LI>
<% End If %>
</UL>
<% If gblnIsAdmin Then %>
<DIV class="leftNavHead"><%= GetText("Admin") %></DIV>
<UL class="leftNav">
<LI><A class="leftnav" href="Admin.asp"><%= GetText("AdminHome") %></a></LI>
<LI><A class="leftnav" href="UserList.asp"><%= GetText("UserList") %></a></LI>
<LI><A class="leftnav" href="OtherCharges.asp"><%= GetText("OtherCharges") %></a></LI>
<LI><A class="leftnav" href="LogReport.asp?ReportList=Y"><%= GetText("QuickReports") %></a></LI>
<LI><A class="leftnav" href="LogReport.asp"><%= GetText("AdhocReports") %></a></LI>
<LI><A class="leftnav" href="Log.asp"><%= GetText("RecentPrintJobs") %></a></LI>
<% if gblnHasNetCharging then %>
<LI><A class="leftnav" href="NetLog.asp"><%= GetText("RecentNetUsage") %></a></LI>
<% end if %>
<LI><A class="leftnav" href="TransLog.asp"><%= GetText("TransactionHistory") %></a></LI>
<% If gblnHasChargeBack Then %>
<LI><A class="leftnav" href="AccountList.asp"><%= GetText("AccountList") %></a></LI>
<% End If %>
<LI><A class="leftnav" href="Admin.asp?vc=Y"><%= GetText("UpdateCheck") %></a></LI>
</UL>
<% ElseIf gblnAlwaysShowAdminLink Then %>
<DIV class="leftNavHead"><%= GetText("Admin") %></DIV>
<UL class="leftNav">
<LI><A class="leftnav" href="Admin.asp"><%= GetText("AdminHome") %></a></LI>
</UL>
<% End If %>